Retrieve Project by ID
GET/api/v1/integration/project/:id
Retrieve a single project from Merdeka by its project ID.
Path Parameters
Responses
- 200
- 401
- 403
- 404
Successful response with project details
Unauthorized – token missing or expired
Forbidden – missing or invalid ClientID
Not found – project with given ID does not exist